From: Chong Yidong Date: Sat, 3 Feb 2007 17:14:45 +0000 (+0000) Subject: Fix typo. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~2440 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=73778da0a9194c32f25428455988a91f6fa80dc2;p=emacs.git Fix typo. --- diff --git a/lispref/modes.texi b/lispref/modes.texi index 3de0925283b..cfa9e90d793 100644 --- a/lispref/modes.texi +++ b/lispref/modes.texi @@ -1391,9 +1391,9 @@ If non-@code{nil}, this specifies that the minor mode should be global rather than buffer-local. It defaults to @code{nil}. One of the effects of making a minor mode global is that the -@var{mode} variable becomes a customization variable; toggling it -through the Custom interface to turn the mode on and off, and its -value can be saved for future Emacs sessions (@pxref{Saving +@var{mode} variable becomes a customization variable. Toggling it +through the Custom interface turns the mode on and off, and its value +can be saved for future Emacs sessions (@pxref{Saving Customizations,,, emacs, The GNU Emacs Manual}. For the saved variable to work, you should ensure that the @code{define-minor-mode} form is evaluated each time Emacs starts; for packages that are not